summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/appln_settings.cpp
blob: a5d802757abbe637c7083c0ff5c266b8fbc6a08c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#include "core/hle/service/set/appln_settings.h"

namespace Service::Set {

ApplnSettings DefaultApplnSettings() {
    return {};
}

} // namespace Service::Set